Skip to content

Commit 4b750fa

Browse files
refactor(cli): use HatchArgumentParser for all parsers
1 parent 1fb7006 commit 4b750fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ def main():
957957
)
958958

959959
# Create argument parser
960-
parser = argparse.ArgumentParser(description="Hatch package manager CLI")
960+
parser = HatchArgumentParser(description="Hatch package manager CLI")
961961

962962
# Add version argument
963963
parser.add_argument(

0 commit comments

Comments
 (0)