3
0
mirror of https://github.com/pragma-/pbot.git synced 2026-02-26 03:07:59 +01:00
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

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;