Fix issues in
forc add/remove --help(#7558)Description
Fixes #7557 by adding doc-comment to
addandremovecommands and removing typos and wrong comments.
- Fixes #7557.
Checklist
- I have linked to any relevant issues.
- I have commented my code, particularly in hard-to-understand areas.
- I have updated the documentation where relevant (API docs, the reference, and the Sway book).
- If my change requires substantial documentation changes, I have requested support from the DevRel team
- I have added tests that prove my fix is effective or that my feature works.
- I have added (or requested a maintainer to add) the necessary
Breaking*orNew Featurelabels where relevant.- I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
- I have requested a review from the relevant team or maintainers.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Sway
Sway is a language developed for the Fuel blockchain. It is heavily inspired by Rust and aims to bring modern language development and performance to the blockchain ecosystem.
Documentation
For user documentation, including installing release builds, see the Sway Book: https://fuellabs.github.io/sway/latest/.
For Sway Standard library documentation, see: https://fuellabs.github.io/sway/master/std/
Also view the technical reference for the Sway programming language: https://fuellabs.github.io/sway/master/reference/
Building from Source
This section is for developing the Sway compiler and toolchain. For developing contracts and using Sway, see the above documentation section.
Dependencies
Sway is built in Rust. To begin, install the Rust toolchain following instructions at https://www.rust-lang.org/tools/install. Then configure your Rust toolchain to use Rust
stable:If not already done, add the Cargo bin directory to your
PATHby adding the following line to~/.profileand restarting the shell session.Building Forc
Clone the repository and build the Sway toolchain:
Confirm the Sway toolchain built successfully:
All other scripts/commands
For all other scripts and commands use https://github.com/casey/just:
Contributing to Sway
We welcome contributions to Sway!
Please see the Contributing To Sway section of the Sway book for guidelines and instructions to help you get started.