You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to iridium, so i tried to run the iridium command, but the output looks a bit cryptic:
iridium [master]$ b ./bin/iridium
Tasks:
iridium Iridium::CLI ARGS # Run jslint on some files
iridium Iridium::CLI ARGS # Executes tests
iridium Iridium::CLI ARGS # Compile assets for deployment
iridium Iridium::CLI ARGS # Start a preview server
iridium generate NAME ARGS # run the given generator
iridium help [TASK] # Describe available tasks or one specific task
The last two commands look fine, but the first four seem to miss the command name.
The text was updated successfully, but these errors were encountered:
which might explain why they produce the correct help text.
The other, problematic help texts appear to be from commands that go through Hydrogen::CLI.add_subcommands!. So it would appear as if this issue is with hydrogen and not iridium.
Does that sound like an accurate assessment? If so, I'll start looking at the hydrogen code.
The other, problematic help texts appear to be from commands that go through Hydrogen::CLI.add_subcommands!. So it would appear as if this issue is with hydrogen and not iridium.
This sounds like a fair assessment. I don't know if this is still a problem on thor master. There have been changes (by me) to thor to make iridium work. I've never used the built in help command so I've never been exposed to this.
I am new to iridium, so i tried to run the iridium command, but the output looks a bit cryptic:
iridium [master]$ b ./bin/iridium
Tasks:
iridium Iridium::CLI ARGS # Run jslint on some files
iridium Iridium::CLI ARGS # Executes tests
iridium Iridium::CLI ARGS # Compile assets for deployment
iridium Iridium::CLI ARGS # Start a preview server
iridium generate NAME ARGS # run the given generator
iridium help [TASK] # Describe available tasks or one specific task
The last two commands look fine, but the first four seem to miss the command name.
The text was updated successfully, but these errors were encountered: