File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ Options:
7474 --version
7575
7676Run "neil <command> --help" for more information on a command.
77-
78- Most subcommands also accept --alias and --deps-file.
7977```
8078
8179### add dep
Original file line number Diff line number Diff line change @@ -1715,8 +1715,7 @@ Examples:
17151715 :fn (fn [{:keys [opts] :as m}]
17161716 (if (:version opts)
17171717 (neil-version/print-version )
1718- (print-help m)))
1719- :epilog " Most subcommands also accept --alias and --deps-file." }])
1718+ (print-help m)))}])
17201719
17211720(defn -main [& _args]
17221721 (cli/dispatch dispatch-table
Original file line number Diff line number Diff line change @@ -835,8 +835,7 @@ Examples:
835835 :fn (fn [{:keys [opts] :as m}]
836836 (if (:version opts)
837837 (neil-version/print-version )
838- (print-help m)))
839- :epilog " Most subcommands also accept --alias and --deps-file." }])
838+ (print-help m)))}])
840839
841840(defn -main [& _args]
842841 (cli/dispatch dispatch-table
You can’t perform that action at this time.
0 commit comments