mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
Use "context" to contain run details (#14)
* Create "context" to contain run details * Use context in tests and benchmarks
This commit is contained in:
@@ -5,6 +5,7 @@ extern crate ansi_term;
|
||||
extern crate dirs;
|
||||
extern crate git2;
|
||||
|
||||
mod context;
|
||||
mod modules;
|
||||
mod print;
|
||||
mod segment;
|
||||
|
||||
Reference in New Issue
Block a user