Skip to content

Commit

Permalink
pkg help works again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 8, 2024
1 parent fee26e6 commit c3a5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_cd/basic/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class PkgArgParse(ArgParse):
def define_options(self):
self.add_menu()
self.add_cmd()
self.add_args(self.custom_info['menu'])

def main_menu(self):
Expand Down

0 comments on commit c3a5838

Please sign in to comment.