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'm totally new to crystal and I'm having trouble using this package. I tried downloading the source code release, running shards install, and then running crystal build src/micrate.cr --release in the directory. This builds an executable micrate file but when I try to use it, it does nothing and prints no help or error message.
I can see in the source code that it's supposed to print the help text if there are no arguments, but it's not even doing that.
The text was updated successfully, but these errors were encountered:
I'm totally new to crystal and I'm having trouble using this package. I tried downloading the source code release, running
shards install
, and then runningcrystal build src/micrate.cr --release
in the directory. This builds an executablemicrate
file but when I try to use it, it does nothing and prints no help or error message.I can see in the source code that it's supposed to print the help text if there are no arguments, but it's not even doing that.
The text was updated successfully, but these errors were encountered: