feat(app): add history navigation with [
and ]
, most recent command with -
#1391
Annotations
10 errors
build:
internal/view/app.go#L247
syntax error: unexpected <<, expected expression
|
build:
internal/view/app.go#L248
syntax error: unexpected ) in composite literal; possibly missing comma or }
|
build:
internal/view/app.go#L249
syntax error: unexpected : in argument list; possibly missing comma or )
|
build:
internal/view/app.go#L250
syntax error: unexpected ==, expected expression
|
build:
internal/view/app.go#L251
syntax error: unexpected ), expected := or = or comma
|
build:
internal/view/app.go#L252
syntax error: unexpected : at end of statement
|
build:
internal/view/app.go#L255
syntax error: unexpected ) after top level declaration
|
build:
internal/view/app.go#L699
syntax error: non-declaration statement outside function body
|
build:
internal/view/app.go#L748
syntax error: non-declaration statement outside function body
|
build
Process completed with exit code 2.
|