Explorar el Código

Made "ls" an alias of "enumerate", since I keep typing it without thinking. :)

Ryan C. Gordon hace 23 años
padre
commit
b6cc59515b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/test_physfs.c

+ 1 - 0
test/test_physfs.c

@@ -626,6 +626,7 @@ static const command_info commands[] =
     { "addarchive",     cmd_addarchive,     2, "<archiveLocation> <append>" },
     { "removearchive",  cmd_removearchive,  1, "<archiveLocation>"          },
     { "enumerate",      cmd_enumerate,      1, "<dirToEnumerate>"           },
+    { "ls",             cmd_enumerate,      1, "<dirToEnumerate>"           },
     { "getlasterror",   cmd_getlasterror,   0, NULL                         },
     { "getdirsep",      cmd_getdirsep,      0, NULL                         },
     { "getcdromdirs",   cmd_getcdromdirs,   0, NULL                         },