bumped version number, fixed back button, build command struct docs
This commit is contained in:
@@ -12,7 +12,7 @@ from .build import build
|
||||
|
||||
def parse_arguments():
|
||||
# create our subcommands and args
|
||||
arg_parser = argparse.ArgumentParser(prog="Digpkg", description="The package manager for the Ground programming language.")
|
||||
arg_parser = argparse.ArgumentParser(prog="Digpkg", description="The package manager for the Ground programming language.", epilog="Version 1.2")
|
||||
sub_parsers = arg_parser.add_subparsers(dest="command")
|
||||
|
||||
# install command
|
||||
|
||||
Reference in New Issue
Block a user