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
given that the program "decorate" exists, accepting 2 args - type of data to decorate and key, example being decorate day_of_week 1399248007040, it would ROCK if I could write the following:
given that the program "decorate" exists, accepting 2 args - type of data to decorate and key, example being decorate day_of_week 1399248007040, it would ROCK if I could write the following:
jku -t '[_.timestamp, decorate(day_of_week, _.timestamp)]'
and get the output:
1399248007040\tMonday
if the shell command returns non-zero exit code, jku should abort
The text was updated successfully, but these errors were encountered: