File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,6 @@ E.g.: dart2native -Da=1,b=2 main.dart''')
105105 negatable: false , help: 'Enable assert statements.' )
106106 ..addFlag ('help' ,
107107 abbr: 'h' , negatable: false , help: 'Display this help message.' )
108- ..addOption ('output' , abbr: 'o' , valueHelp: 'path' , help: '''
109- Set the output filename. <path> can be relative or absolute.
110- E.g.: dart2native main.dart -o ../bin/my_app.exe
111- ''' )
112108 ..addOption (
113109 'output-kind' ,
114110 abbr: 'k' ,
@@ -120,6 +116,10 @@ E.g.: dart2native main.dart -o ../bin/my_app.exe
120116 defaultsTo: 'exe' ,
121117 valueHelp: 'aot|exe' ,
122118 )
119+ ..addOption ('output' , abbr: 'o' , valueHelp: 'path' , help: '''
120+ Set the output filename. <path> can be relative or absolute.
121+ E.g.: dart2native main.dart -o ../bin/my_app.exe
122+ ''' )
123123 ..addOption ('packages' , abbr: 'p' , valueHelp: 'path' , help: '''
124124Get package locations from the specified file instead of .packages. <path> can be relative or absolute.
125125E.g.: dart2native --packages=/tmp/pkgs main.dart
You can’t perform that action at this time.
0 commit comments