Skip to content

Commit

Permalink
chore(dev): Try just instead of xtasks methods
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Dec 26, 2024
1 parent 93f3aa1 commit d0fc700
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .cargo/config.toml → justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
# specific language governing permissions and limitations
# under the License.

[alias]
o = "run --manifest-path ./dev/Cargo.toml --"
# Generate code for langauge

Check warning on line 18 in justfile

View workflow job for this annotation

GitHub Actions / typos

"langauge" should be "language".
#
# Avaiable languages: python

Check warning on line 20 in justfile

View workflow job for this annotation

GitHub Actions / typos

"Avaiable" should be "Available".
generate language:
cargo run --quiet --manifest-path=dev/Cargo.toml -- generate -l {{language}}

0 comments on commit d0fc700

Please sign in to comment.