We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075773e commit 712231dCopy full SHA for 712231d
src/cmd_context/basic_cmds.cpp
@@ -737,6 +737,7 @@ class get_info_cmd : public cmd {
737
else {
738
if (opt != symbol(":?"))
739
ctx.print_unsupported(opt, m_line, m_pos);
740
+ ctx.regular_stream() << "; Suppported get-info parameters:\n";
741
ctx.regular_stream() << "; (get-info :reason-unknown)\n";
742
ctx.regular_stream() << "; (get-info :status)\n";
743
ctx.regular_stream() << "; (get-info :version)\n";
0 commit comments