This commit is contained in:
Alex Belanger 2024-03-12 19:11:15 -04:00
parent 07837b3c3c
commit a156fb686e
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ sub main() {
# run the language
print "aaa\n";
$lang->process_interactive_edit;
print "bbb\n"
print "bbb\n";
$lang->process_standard_options;
print "ccc\n";
$lang->process_custom_options;