bumped version number, fixed back button, build command struct docs

This commit is contained in:
2026-03-17 21:48:17 +11:00
parent 7460d784b6
commit 44c37f84e6
5 changed files with 20 additions and 8 deletions

View File

@@ -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