Skip to content

Commit

Permalink
changed snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Jul 26, 2021
1 parent 7a7119d commit 8ac60ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

if __name__ == '__main__':
args = parser.parse_arguments()

if not args.packages:
parser.print_help()
exit()

command = get_command(args.command)
packages = args.packages
Expand Down
3 changes: 2 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ parts:
apps:
yap:
command: main.py
aliases: [yap]
yapm:
command: main.py

0 comments on commit 8ac60ff

Please sign in to comment.