Skip to content

Commit

Permalink
Implement guided mode commands (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayShepherd authored Apr 4, 2018
1 parent 1688424 commit f291713
Show file tree
Hide file tree
Showing 16 changed files with 1,973 additions and 14 deletions.
2 changes: 1 addition & 1 deletion alertlogic-cli
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run_command():

context = alertlogiccli.context.Context(args, config, credentials)

command = args.command.execute(context)
return args.command.execute(context)


def main():
Expand Down
Loading

0 comments on commit f291713

Please sign in to comment.