mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-21 16:46:05 +00:00
Add argument parsing to nfdocs-parser.py
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
ca4982cee8
commit
4c0f7869ac
1 changed files with 4 additions and 0 deletions
|
@ -1 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
|
||||
nextflow_file = sys.argv[1]
|
||||
print(nextflow_file)
|
||||
|
|
Loading…
Reference in a new issue