-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[console] Allow showing properties from command line.
* sources/environment/commands/properties.dylan (parse-next-argument on <command-property>): New method for parsing an argument and converting it to a <command-property>. * sources/environment/console/command-line.dylan (class <basic-main-command>): Add slot for %show. (do-execute-command): Handle -show being passed by invoking the show property command. * sources/environment/console/compiler-command-line.dylan (command-line main): Add new show keyword parameter. * sources/environment/console/environment-command-line.dylan (command-line main): Add new show keyword parameter.
- Loading branch information
1 parent
5e1f14b
commit c9b8005
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters