Skip to content

Commit

Permalink
Remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed May 31, 2023
1 parent c999ff7 commit 2feae2e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/command.lisp
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
;; TODO: add PRINT-DOCUMENTATION for :DOT to represent the command tree
;; TODO: Specialize this method on keyword, string (for long options)
;; and character (for short options) to allow for more flexibility
;; TODO: Add getopt method which can get the option by long or short option name
;; TODO: Add this one
;; (defmethod getopt-or-lose ())
;; TODO: Alternating options, e.g. `chmod +x` and `chmod -x`, option: "+w/-w"
;; TODO: Confirmation options: y/n prompt
;; TODO: Password options
;; TODO: Prompt options
;; TODO: Consider adding the option category as part of the zsh-completions generation
;; TODO: Add `conflicting' options, e.g. option `--foo' is in conflict with `--bar'
;; TODO: Add case-insensitive choice/enum options

;; Copyright (c) 2021 Marin Atanasov Nikolov <dnaeon@gmail.com>
;; All rights reserved.
;;
Expand Down

0 comments on commit 2feae2e

Please sign in to comment.