Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auula/falsework
/ functions
Functions
21 in github.com/auula/falsework
⨍
Functions
21
◇
Types & classes
6
↓ 7 callers
Function
new
()
src/app.rs:15
↓ 4 callers
Method
bound_flag
(&mut self, flag: &'f str, usages: &'f str)
src/cmd.rs:96
↓ 4 callers
Method
value_of
(&self, flag: &str)
src/cmd.rs:67
↓ 3 callers
Method
build
(&self)
src/cmd.rs:27
↓ 2 callers
Method
author
(&mut self, author: &'a str)
src/app.rs:36
↓ 2 callers
Method
description
(&mut self, description: &'a str)
src/app.rs:45
↓ 2 callers
Method
name
(&mut self, name: &'a str)
src/app.rs:32
↓ 2 callers
Method
print
(&self)
src/app.rs:128
↓ 2 callers
Method
version
(&mut self, version: &'a str)
src/app.rs:40
↓ 1 callers
Method
add_cmd
(&mut self, cmd: Command<'c, 'f>)
src/app.rs:50
↓ 1 callers
Method
commands
(&mut self, cmd_list: Vec<Command<'c, 'f>>)
src/app.rs:55
↓ 1 callers
Method
context
Return context
src/cmd.rs:112
Method
banner
(&mut self, banner: String)
src/app.rs:27
Function
err_msg
(msg: &str)
src/cmd.rs:75
Method
flag
(&self, flag: &str)
src/cmd.rs:63
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/cmd.rs:87
Method
get_command_mut
(&mut self, r#use: &str)
src/app.rs:61
Method
run
(&self)
src/app.rs:67
Function
test_add_commands
()
tests/test.rs:59
Function
test_command_add
()
tests/test.rs:30
Function
test_command_build
()
tests/test.rs:7