containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

Negative numbers in environment variables gets translated to opt flags #295

Closed staticfox closed 7 years ago

staticfox commented 7 years ago

Example:

static@home:~$ acbuild environment add ROOM_ID -423342423
Error: unknown shorthand flag: '4' in -423342423
NAME:
    add - Add an environment variable

USAGE:
    acbuild environment add NAME VALUE

EXAMPLE:
    acbuild environment add REDUCE_WORKER_DEBUG true

OPTIONS:

Wrapping it in quotes does not solve the issue either. Any thoughts on this?

staticfox commented 7 years ago

TIL: 30 hours of no sleep inhibits basic trouble shooting. Closing. (pebkac) :dolphin: