Skip to content

Commit

Permalink
Make print, Format, Encoding available to -c
Browse files Browse the repository at this point in the history
It's not only useful to be able to print values, but also to print
them in a particular format; likewise, reading in a particular
encoding.
  • Loading branch information
squaremo committed Mar 15, 2020
1 parent 8bd11fd commit 54a438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func runExamples() string {
}

const inlineTemplate = `
import { log, write, read } from '@jkcfg/std';
import { print, log, write, read, Format, Encoding } from '@jkcfg/std';
import { dir, info } from '@jkcfg/std/fs';
import * as param from '@jkcfg/std/param';
Expand Down

0 comments on commit 54a438a

Please sign in to comment.