Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
csscom
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
csscom
Commits
f5d284bf
Commit
f5d284bf
authored
Dec 31, 2012
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved spaces indenting command-line argument
parent
47a2e5f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
csscom.py
csscom.py
+3
-1
No files found.
csscom.py
View file @
f5d284bf
...
...
@@ -47,13 +47,15 @@ def parse_options():
help
=
'don
\
'
t apply any compression, just generate CSS'
)
parser
.
add_argument
(
'-ns'
,
'--no-sort'
,
action
=
'store_false'
,
dest
=
'sort_properties'
,
help
=
'sort property names'
)
parser
.
add_argument
(
'-s'
,
'--spaces'
,
type
=
int
,
metavar
=
'NUMBER'
,
parser
.
add_argument
(
'-s'
,
'--spaces'
,
type
=
int
,
metavar
=
'NUMBER=4'
,
nargs
=
'?'
,
const
=
4
,
help
=
'number of spaces to use for indenting (indent '
'defaults to a single tab [
\
\
t])'
)
parser
.
add_argument
(
'-o'
,
'--output'
,
metavar
=
'FILE'
,
help
=
'filename for compressed output (default is '
'stdout)'
)
args
=
parser
.
parse_args
()
print
args
# Enable all compression options if none are explicitely enabled
if
not
any
([
args
.
compress_whitespace
,
args
.
compress_color
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment