alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
jemc has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
codec1 has joined #ponylang
samuell has quit [Quit: Leaving]
<SeanTAllen>
commented Candle
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
jemc has quit [Ping timeout: 255 seconds]
alxs has joined #ponylang
user10032 has joined #ponylang
jemc has joined #ponylang
SenasOzys has quit [Ping timeout: 240 seconds]
SenasOzys has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
gokr has quit [Ping timeout: 255 seconds]
nisanharamati has joined #ponylang
alxs has quit [Read error: Connection reset by peer]
alxs_ has joined #ponylang
alxs_ has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
SenasOzys has quit [Ping timeout: 240 seconds]
SenasOzys has joined #ponylang
<jemc>
@cquinn: was working for real with the new `cli` package you wrote for the first time last night, and couldn't figure out how to create a CLI program that took only options, without needing a subcommand - is this not possible, or was I just missing something?
_andre has quit [Quit: leaving]
<jemc>
as in, just creating a CLI program whose invocation looks like `myserver -p 9999` - when I tried to do so, I was getting "Error: missing subcommand at: 'myserver'"
<slfritchie>
A faint memory says that the `ArgSpec.string_seq("", "")` in the third arg's array was needed. Or, rather, an empty array for the 3rd arg didn't work.
<jemc>
hm, thanks for the clues - I'll investigate it further tonight :)
<jemc>
if you managed it, then so can I :)
<jemc>
(by looking at what you did, that is)
<jemc>
I was a bit worried that it was impossible
<aturley>
i'll second what slfritchie said. that's what i was coming up with when i was playing around with it.