From 57740bb57a7934a38039c9b8eba107de345ea16a Mon Sep 17 00:00:00 2001 From: Postmodern Date: Mon, 4 Dec 2023 17:43:46 -0800 Subject: [PATCH] Add missing `description` to the `ronin-web new` command. --- lib/ronin/web/cli/commands/new.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ronin/web/cli/commands/new.rb b/lib/ronin/web/cli/commands/new.rb index 8bdbc700..c977979f 100644 --- a/lib/ronin/web/cli/commands/new.rb +++ b/lib/ronin/web/cli/commands/new.rb @@ -55,6 +55,8 @@ class New < Command namespace: "#{self}" ) + description 'Creates new projects or scripts' + man_page 'ronin-web-new.1' end