Skip to content
Snippets Groups Projects
Commit 40ae50f9 authored by vlorentz's avatar vlorentz
Browse files

cli: Actually fix the second command

parent 8776529a
No related branches found
Tags v0.6.0
No related merge requests found
...@@ -158,6 +158,7 @@ def submit_request(ctx, delimiter: str) -> None: ...@@ -158,6 +158,7 @@ def submit_request(ctx, delimiter: str) -> None:
\b \b
cat list-origins | swh web save submit-request cat list-origins | swh web save submit-request
\b
echo svn;https://svn-url\\ngit;https://git-url | swh web save \\ echo svn;https://svn-url\\ngit;https://git-url | swh web save \\
submit-request --delimiter ';' submit-request --delimiter ';'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment