File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
sirius_cli/src/main/java/de/unijena/bioinf/ms/frontend Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2121
2222import de .unijena .bioinf .ms .frontend .core .ApplicationCore ;
2323import de .unijena .bioinf .ms .frontend .subtools .login .LoginOptions ;
24+ import de .unijena .bioinf .ms .frontend .subtools .selftest .SelfTestOptions ;
2425import de .unijena .bioinf .ms .frontend .workflow .InstanceBufferFactory ;
2526import de .unijena .bioinf .ms .frontend .workflow .SimpleInstanceBuffer ;
2627import de .unijena .bioinf .ms .frontend .workflow .Workflow ;
@@ -96,6 +97,8 @@ private CommandLine.ParseResult parseResultAndCheckPermission(@NotNull final Com
9697 return result ;
9798 if (result .hasSubcommand () && result .subcommand ().commandSpec ().commandLine ().getCommand () instanceof LoginOptions )
9899 return result ;
100+ if (result .hasSubcommand () && result .subcommand ().commandSpec ().commandLine ().getCommand () instanceof SelfTestOptions )
101+ return result ;
99102
100103 String message = null ;
101104 WebAPI webApi = ApplicationCore .WEB_API ();
You can’t perform that action at this time.
0 commit comments