Skip to content

Commit e3f7001

Browse files
committed
doc: add a CLI example
1 parent e87d598 commit e3f7001

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/cli.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ Using the client with the Command-line interface (CLI)
44
.. click:: templateflow.cli:main
55
:prog: templateflow
66
:nested: full
7+
8+
Examples
9+
--------
10+
Listing all the compressed NIfTI files in ``fsaverage``::
11+
12+
$ templateflow ls fsaverage -x .nii.gz
13+
~/.cache/templateflow/tpl-fsaverage/tpl-fsaverage_res-01_den-41k_T1w.nii.gz
14+
~/.cache/templateflow/tpl-fsaverage/tpl-fsaverage_res-01_desc-brain_mask.nii.gz
15+
~/.cache/templateflow/tpl-fsaverage/tpl-fsaverage_res-01_T1w.nii.gz

0 commit comments

Comments
 (0)