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 ba7d2ca commit 9441bcaCopy full SHA for 9441bca
nibabel/cmdline/__init__.py
@@ -8,5 +8,3 @@
8
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9
"""Functionality to be exposed in the command line
10
"""
11
-
12
nibabel/cmdline/ls.py
@@ -167,4 +167,4 @@ def main():
167
168
rows = [proc_file(f, opts) for f in files]
169
170
- print(table2string(rows))
+ print(table2string(rows))
setup.py
@@ -86,6 +86,8 @@ def main(**extra_args):
86
'nibabel.gifti.tests',
87
'nibabel.cifti2',
88
'nibabel.cifti2.tests',
89
+ 'nibabel.cmdline',
90
+ 'nibabel.cmdline.tests',
91
'nibabel.nicom',
92
'nibabel.freesurfer',
93
'nibabel.freesurfer.tests',
0 commit comments