tobiasvl / bofh-rs

Rust version of bofh (BrukerOrganisering for Hvermansen), a Cerebrum client

Home Page:https://crates.io/crates/bofh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

tobiasvl opened this issue · comments

Return the request itself (optionally wrapped in another type)
add functionality to instantiate a request/wrapper
run_request takes requests by reference
shared smart pointer/interior mutability?
make bofh/bofh-cli one crate?
internal commands: commands, script, source, logout/quit, help
raw (cli argument or repl command?)
help_ref vs arg_type when hinting arguments? or perhaps actual help text=
highlighting
parentesgrupper
tab completion
typestate pattern/builter pattern (så man ikke logger inn flere ganger, eller kaller kommandoer uten session, osv)