summaryrefslogtreecommitdiffstats
path: root/cmd/embedded_stub.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-021-0/+30
* draft * Implement extract command * Fix nits and force args on extract * Add !bindata stub, support Windows, fmt * fix vendored flag * Remove leading slash for matching * Add docs * Fix typos * Add embedded view command Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>