ohanhi / fish-elm-completions

Elm related completions for the friendly interactive shell
BSD 3-Clause "New" or "Revised" License
21 stars 1 forks source link

elm-package completions syntax error #4

Closed ohanhi closed 6 years ago

ohanhi commented 6 years ago

screenshot from 2018-01-22 23-20-56

Steps to reproduce:

  1. Open a new terminal window
  2. Type elm-package in and hit TAB

Curiously, later attempts in the same window work as expected.

ohanhi commented 6 years ago

Fixed in https://github.com/ohanhi/fish-elm-completions/commit/675b3d2c108bde1d01d6777ed883fd78decbe3d8

I had missed the +%s argument to date, which caused a variable to print an RFC date in place of a Unix timestamp.