lotus/cmd/lotus-storage-miner
Peter Rabbitson 6efd2e7335 Handle the --color flag via proper global state
Use `color.NoColor` as a global progressively modified as one descends
down command flags. Allows non-surprising operation when --color is
accepted at multiple layers, and even makes this behave predictably:

    lotus-miner --color actor control list --color=false
2021-07-13 12:22:29 +02:00
..
actor_test.go fix lotus-storage-miner tests. 2021-06-21 11:56:10 +01:00
actor.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
allinfo_test.go Merge branch 'master' into raulk/itests-refactor-kit 2021-06-21 18:19:26 +01:00
backup.go Full node metadata backup 2020-10-01 17:55:48 +02:00
config.go gofmt 2020-08-18 18:27:28 +02:00
info_all.go make lotus-miner info all more robust 2021-03-12 12:23:43 +01:00
info.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
init_restore.go Merge master into feat/nv13 2021-05-27 12:28:20 +02:00
init.go unit tests for the remote store Reader 2021-06-07 15:02:52 +05:30
main.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
market.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
pieces.go wire through new retrieval apis 2020-07-31 01:47:37 -04:00
proving.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
retrieval-deals.go dpr changes and test based on new unsealing PR 2021-05-22 22:40:21 +05:30
run.go make tests no longer create auth tokens. 2021-06-10 00:15:29 +01:00
sealing.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
sectors.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
stop.go update storage miner and seal worker document 2020-07-11 16:55:13 +08:00
storage.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00