Skip to content

Commit

Permalink
Add default command into the info log [fix #217]
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jan 6, 2020
1 parent 08507a1 commit ca5827e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions did/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def __init__(self, arguments=None):
log.debug("Loading Sample Stats group to build Options")
self.sample_stats = UserStats()
self.sample_stats.add_option(self.parser)
log.info("Default command line: did {0}".format(" ".join(
[f'--{stat.option}' for stat in self.sample_stats.stats])))

# Formating options
group = self.parser.add_argument_group("Format")
Expand Down

0 comments on commit ca5827e

Please sign in to comment.