mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-21 17:40:45 -06:00
fix: don't use ending faint
This commit is contained in:
parent
401eb1088b
commit
d6bd8a0247
1 changed files with 1 additions and 1 deletions
|
@ -185,13 +185,13 @@ def print_arg_help(help_args):
|
|||
print(f"{ansi.style('task.mk recipe help','header')}\n")
|
||||
for arg in help_args.split():
|
||||
print("\n".join(parse_goal(gen_makefile(), arg)))
|
||||
print()
|
||||
|
||||
|
||||
def main():
|
||||
help_args = os.getenv("HELP_ARGS")
|
||||
if help_args:
|
||||
print_arg_help(help_args)
|
||||
print(ansi.faint)
|
||||
sys.exit(1)
|
||||
else:
|
||||
print_help()
|
||||
|
|
Loading…
Reference in a new issue