You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ I experimented with a lot of Go command line argument parsers to build simple bu
12
12
13
13
## Installation
14
14
```
15
-
go get -u -v https://github.com/behringer24/argumentative
15
+
go get -u -v github.com/behringer24/argumentative
16
16
```
17
17
18
18
### Dependencies
@@ -199,4 +199,5 @@ Consider the order of positional arguments in your command line. Optional argume
199
199
200
200
## License
201
201
202
-
Argumentative is released under the GNU GENERAL PUBLIC LICENSE Version 3. See [LICENSE](https://github.com/behringer24/argumentative/blob/main/LICENSE)
202
+
Argumentative is released under the GNU GENERAL PUBLIC LICENSE Version 3. See [LICENSE](https://github.com/behringer24/argumentative/blob/main/LICENSE)
0 commit comments