mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 19:39:52 -05:00
4e54c44d56
fix misspellings; fix code that was not gofmt'd - plus take advantage of gofmt -s too; couple of unreachable golint reported fixes; reference go report card results and tests
noms-ui
Serves noms browser UIs, from its own web and noms database server.
noms ui [-port PORT] directory [args...]
-portserves on a custom port. By defaultnoms-uichooses a random port.directoryspecifies the directory of the browser UI. Browser URLs are relative to this directory, withindex.htmlby default.argsare a list of arguments to pass to the UI of the formarg1=val,arg2=val2, etc.ldb:values are automatically translated into paths to an HTTP noms database server.