assert(args.count == 2, "The file name must be passed as a CLI argument");
file_name := args[1];
run_editor(file_name);
}
#load "edit.jai";
#import "Basic";
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.