1
Fork 0
Bauke's Ad-hoc Utilities
Go to file
Bauke 8d419d4799
Move the global lints to Cargo.toml.
2024-01-16 12:06:18 +01:00
source Move the global lints to Cargo.toml. 2024-01-16 12:06:18 +01:00
.gitignore Ignore the test script. 2023-12-29 13:14:50 +01:00
Cargo.lock Add the regex crate. 2023-11-09 17:46:21 +01:00
Cargo.toml Move the global lints to Cargo.toml. 2024-01-16 12:06:18 +01:00
LICENSE Initial commit! 2023-10-29 18:05:15 +01:00
Makefile.toml Add initial project files. 2023-10-31 14:51:57 +01:00
README.md Add an arguments example. 2023-12-05 16:05:23 +01:00
rustfmt.toml Add initial project files. 2023-10-31 14:51:57 +01:00

README.md

Bautils

Bauke's Ad-hoc Utilities.

Commands

Arguments

fruits=("apple" "banana" "coconut")
bautils arguments count -- $fruits
# Outputs: 3

Date

Directory

File

Log

Match

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.