Skip to content

Commit

Permalink
Merge pull request #479 from AmbarishGK/main
Browse files Browse the repository at this point in the history
Add default help message for gs CLI when no arguments are provided: _main.py
  • Loading branch information
zhouxian authored Jan 6, 2025
2 parents bc2e122 + 6b30c0f commit beca335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genesis/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def main():
view(args.filename, args.collision, args.rotate, args.scale)
elif args.command == "animate":
animate(args.filename_pattern, args.fps)
elif args.command == None:
parser.print_help()


if __name__ == "__main__":
Expand Down

0 comments on commit beca335

Please sign in to comment.