-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from 40ants/fix-help-message
Removed unnecessary text "Here is a list of all supported commands" from the help message of a command having subcommands.
- Loading branch information
Showing
3 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
("quicklisp" . | ||
(:class qlot/source/dist:source-dist | ||
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) | ||
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) | ||
:version "2023-10-21")) | ||
("ultralisp" . | ||
(:class qlot/source/dist:source-dist | ||
:initargs (:distribution "http://dist.ultralisp.org/" :%version :latest) | ||
:version "20240306233000")) | ||
:initargs (:distribution "https://dist.ultralisp.org/" :%version :latest) | ||
:version "20240429121001")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters