Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make --lite option visible in the lotus daemon help text #8207

Merged
merged 2 commits into from
Mar 1, 2022
Merged

Make --lite option visible in the lotus daemon help text #8207

merged 2 commits into from
Mar 1, 2022

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Feb 28, 2022

Makes the --lite option visibile in the lotus daemon help text. Fixes #7442. If it´s desired to keep the --lite option hidden in the lotus daemon helptext, then this PR can be discarded and issue 7442 can be closed.

@rjan90 rjan90 requested a review from a team as a code owner February 28, 2022 14:19
@codecov
Copy link

codecov bot commented Feb 28, 2022

Codecov Report

Merging #8207 (c9e2c1b) into master (6291c0c) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8207      +/-   ##
==========================================
- Coverage   40.24%   40.19%   -0.06%     
==========================================
  Files         666      666              
  Lines       72769    72769              
==========================================
- Hits        29284    29246      -38     
- Misses      38359    38388      +29     
- Partials     5126     5135       +9     
Impacted Files Coverage Δ
cmd/lotus/daemon.go 0.00% <ø> (ø)
markets/loggers/loggers.go 88.88% <0.00%> (-11.12%) ⬇️
cli/util.go 70.83% <0.00%> (-8.34%) ⬇️
chain/exchange/peer_tracker.go 66.66% <0.00%> (-4.31%) ⬇️
chain/stmgr/call.go 71.51% <0.00%> (-3.64%) ⬇️
chain/sub/incoming.go 54.43% <0.00%> (-3.38%) ⬇️
extern/storage-sealing/fsm.go 56.44% <0.00%> (-2.44%) ⬇️
miner/miner.go 55.08% <0.00%> (-2.30%) ⬇️
extern/sector-storage/sched.go 83.12% <0.00%> (-1.65%) ⬇️
chain/stmgr/searchwait.go 67.30% <0.00%> (-1.29%) ⬇️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6291c0c...c9e2c1b. Read the comment docs.

@rjan90 rjan90 changed the title Make --lite option visibile in the cli Make --lite option visible in the lotus daemon help text Feb 28, 2022
@ZenGround0 ZenGround0 merged commit 00e5229 into filecoin-project:master Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--lite option missing in lotus daemon --help output
2 participants