Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Add useful tip
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 13, 2020
1 parent 5cd2050 commit be25e8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rkd/standardlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def get_group_name(self) -> str:

def get_declared_envs(self) -> Dict[str, str]:
return {
'RKD_DEPTH': '0'
'RKD_DEPTH': '0',
'RKD_PATH': ''
}

def configure_argparse(self, parser: ArgumentParser):
Expand Down Expand Up @@ -102,6 +103,9 @@ def execute(self, context: ExecutionContext) -> bool:

io.print_opt_line()

io.print_opt_line()
io.opt_outln('Use --help to see task environment variables and switches, eg. rkd :sh --help, rkd --help')

return True


Expand Down

0 comments on commit be25e8f

Please sign in to comment.