Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argotest
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Reis
argotest
Commits
0ce27a0f
Commit
0ce27a0f
authored
Feb 08, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
argotest update
parent
ed8c2813
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
argotest.hs
argotest.hs
+3
-3
No files found.
argotest.hs
View file @
0ce27a0f
...
...
@@ -49,7 +49,7 @@ executorParser = do
(
long
"verbose"
<>
short
'v'
<>
help
"Enable verbose mode"
)
targetMachine
<-
optional
$
strOption
(
long
"target_machine"
<>
metavar
"USER@HOST"
<>
help
"Target machine
to run on
"
"Target machine
. defaults to localhost via forking.
"
)
overrides
<-
catMaybes
<$>
truc
run
<-
optional
$
strOption
...
...
@@ -122,6 +122,6 @@ main = sh $ do
(
executorParser
<**>
helper
)
(
fullDesc
<>
progDesc
"
Test environment builder for argo. This is a lightweight wrapper around various nix command
s."
<>
header
"argo
nix
"
"
Argo test environment manager. This uses various nix tools to provision a local or remote environment with source override
s."
<>
header
"argo
test
"
)
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