mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-12 04:34:38 +03:00
makes the first argument of push required
This commit is contained in:
parent
f8467a02c2
commit
3ee9e0c94f
@ -725,7 +725,7 @@ push :: InputPattern
|
||||
push = InputPattern
|
||||
"push"
|
||||
[]
|
||||
[(Optional, gitUrlArg), (Optional, pathArg)]
|
||||
[(Required, gitUrlArg), (Optional, pathArg)]
|
||||
(P.lines
|
||||
[ P.wrap
|
||||
"The `push` command merges a local namespace into a remote namespace."
|
||||
|
Loading…
Reference in New Issue
Block a user