2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-03 17:58:21 +00:00

Make strings nullable

This commit is contained in:
Mohammed Salman
2022-01-24 20:15:36 +03:00
parent 42087e2795
commit 599a9078b2
2 changed files with 9 additions and 3 deletions

View File

@@ -72,6 +72,10 @@ printUsage() {
print("");
print("Available commands:");
print("\tget-template\tGet a template from an IIP link.");
print("\t\tFlags:");
print("\t\t\t-x, --getx\tGenerate apropriate getx bindings for resources.");
print(
"\t\t\t--namedargs\tUse named arguments instead of positional arguments for resource methods");
print("\tversion: print esiur version.");
print("");
print("Global options:");