Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
Commits
c5691d95
Commit
c5691d95
authored
Aug 05, 2021
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move --pass-through to the conversion option group
parent
527b59ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
+1
-1
src/Job.hs
+1
-1
No files found.
README.md
View file @
c5691d95
...
...
@@ -92,8 +92,8 @@ Preprocessing:
--siloed Lex input files separately, so macros from
earlier files are not defined in later files
--skip-preprocessor Disable preprocessor
--pass-through Dump input without converting
Conversion:
--pass-through Dump input without converting
-E --exclude=CONV Exclude a particular conversion (always, assert,
interface, or logic)
-v --verbose Retain certain conversion artifacts
...
...
src/Job.hs
View file @
c5691d95
...
...
@@ -61,10 +61,10 @@ defaultJob = Job
++
" macros from earlier files are not defined in later files"
)
,
skipPreprocessor
=
nam_
"skip-preprocessor"
&=
help
"Disable preprocessor"
,
passThrough
=
nam_
"pass-through"
&=
help
"Dump input without converting"
&=
groupname
"Conversion"
,
exclude
=
nam_
"exclude"
&=
name
"E"
&=
typ
"CONV"
&=
help
(
"Exclude a particular conversion (always, assert, interface,"
++
" or logic)"
)
&=
groupname
"Conversion"
,
verbose
=
nam
"verbose"
&=
help
"Retain certain conversion artifacts"
,
write
=
Stdout
&=
ignore
-- parsed from the flexible flag below
,
writeRaw
=
"s"
&=
name
"write"
&=
name
"w"
&=
explicit
&=
typ
"MODE/FILE"
...
...
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