Ticket #3523 (new enhancement)

Opened 11 months ago

Last modified 11 months ago

Make passing of bigloo argument (--bopt) more logical

Reported by: zly Assigned to: anonymous
Priority: normal Milestone:
Component: Commandline Version:
Severity: tweak Keywords:
Cc:

Description

Making it possible to pass quoted arguments to bigloo e.g.

--bopt "-L /opt/roadsend/lib -I /opt/roadsend/lib"

instead of the current

--bopt -L --bopt /opt/roadsend/lib --bopt -I --bopt /opt/roadsend/lib

Change History

01/07/08 13:28:54 changed by weyrick

  • owner set to anonymous.
  • component changed from Core to Commandline.
  • summary changed from Make parsing of bigloo argument (--bopt) more logical to Make passing of bigloo argument (--bopt) more logical.