Skip to content

Commit ef54993

Browse files
committed
Clean comments
1 parent 7fee463 commit ef54993

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

hatch_build/cli.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,3 @@ def hatchling() -> int:
3434
command(**kwargs)
3535

3636
return 0
37-
38-
# parser = subparsers.add_parser('build')
39-
# parser.add_argument(
40-
# '-d', '--directory', dest='directory', help='The directory in which to build artifacts', **defaults
41-
# )
42-
# parser.add_argument(
43-
# '-t',
44-
# '--target',
45-
# dest='targets',
46-
# action='append',
47-
# help='Comma-separated list of targets to build, overriding project defaults',
48-
# **defaults,
49-
# )
50-
# parser.add_argument('--hooks-only', dest='hooks_only', action='store_true', default=None)
51-
# parser.add_argument('--no-hooks', dest='no_hooks', action='store_true', default=None)
52-
# parser.add_argument('-c', '--clean', dest='clean', action='store_true', default=None)
53-
# parser.add_argument('--clean-hooks-after', dest='clean_hooks_after', action='store_true', default=None)
54-
# parser.add_argument('--clean-only', dest='clean_only', action='store_true')
55-
# parser.add_argument('--app', dest='called_by_app', action='store_true', help=argparse.SUPPRESS)
56-
# parser.set_defaults(func=build_impl)

0 commit comments

Comments
 (0)