Skip to content

Instantly share code, notes, and snippets.

@klein-mask
Last active June 30, 2020 07:28
Show Gist options
  • Save klein-mask/33e1f353c6956bb6bb66b1cefa15272f to your computer and use it in GitHub Desktop.
Save klein-mask/33e1f353c6956bb6bb66b1cefa15272f to your computer and use it in GitHub Desktop.
def _dodo_task(args):
if len(args) > 0:
![docker run --rm -v dodo-volume:/work task-dodo dodo @(args)]
else:
![docker run --rm -v dodo-volume:/work task-dodo dodo list]
aliases['task'] = _dodo_task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment