trying interactive
This commit is contained in:
@ -71,8 +71,8 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
// No arguments provided
|
||||
if (argc < 2) {
|
||||
dropshell::print_help();
|
||||
return 1;
|
||||
dropshell::interactive_mode();
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Handle commands
|
||||
|
Reference in New Issue
Block a user