We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87d598 commit e3f7001Copy full SHA for e3f7001
docs/cli.rst
@@ -4,3 +4,12 @@ Using the client with the Command-line interface (CLI)
4
.. click:: templateflow.cli:main
5
:prog: templateflow
6
: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