mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat(openstack): Add module for OpenStack (#1664)
* first (crude) attempt to implement the openstack module * Attempt to follow OpenStack standards for clouds.yaml location * fmt * provide unittest * add documentation * fix fmt * fix clippy * fix clippy * fix fmt * fix small nitpicks * expand openstack explanation * load config file using find_map * fix fmt * add test for valid config, plus fix test for invalid config * fix fmt * re-add forgotten comment
This commit is contained in:
committed by
GitHub
parent
745a554fdc
commit
eec961caaf
@@ -32,6 +32,7 @@ pub mod nim;
|
||||
pub mod nix_shell;
|
||||
pub mod nodejs;
|
||||
pub mod ocaml;
|
||||
pub mod openstack;
|
||||
pub mod package;
|
||||
pub mod perl;
|
||||
pub mod php;
|
||||
|
||||
Reference in New Issue
Block a user