Skip to content

Conversation

@YanLien
Copy link

@YanLien YanLien commented Nov 25, 2025

No description provided.

fn get_config_paths() -> Option<Vec<OsString>> {
env::var("AXVISOR_VM_CONFIGS")
.ok()
.map(|paths| env::split_paths(&paths).map(OsString::from).collect())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #307 please.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pr differs from #307. We plan to use commas in the command-line arguments to distinguish between different files, ensuring consistency without distinguishing between systems.

@YanLien YanLien requested review from ZCShou, ZR233 and aarkegz November 26, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants