Skip to content

Commit

Permalink
Fix bug with init CLI command.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 20, 2020
1 parent 2c4d501 commit a5a76a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idasen/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def get_parser(config: dict) -> argparse.ArgumentParser:
help="Overwrite any existing configuration files.",
)

add_common_args(init_parser)
add_common_args(height_parser)
add_common_args(monitor_parser)
add_common_args(save_parser)
Expand Down

0 comments on commit a5a76a0

Please sign in to comment.