Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add render layers #10

Open
wants to merge 3 commits into
base: dev/second-branch
Choose a base branch
from

Conversation

Abs6187
Copy link

@Abs6187 Abs6187 commented Feb 22, 2025


For more details, open the Copilot Workspace session.

* **src/cli/clean.rs**
  - Add `render_layers` field to `DependencyConfig` struct.
  - Add logic to handle `render_layers` argument in the `execute` function.

* **src/cli/exec.rs**
  - Add `render_layers` field to `DependencyConfig` struct.
  - Add logic to handle `render_layers` argument in the `execute` function.

* **src/cli/global/add.rs**
  - Add `render_layers` field to `DependencyConfig` struct.
  - Add logic to handle `render_layers` argument in the `execute` function.

* **src/cli/global/install.rs**
  - Add `render_layers` field to `DependencyConfig` struct.

* **src/cli/global/update.rs**
  - Add `render_layers` field to `DependencyConfig` struct.
  - Add logic to handle `render_layers` argument in the `execute` function.

* **src/cli/global/upgrade.rs**
  - Add `render_layers` field to `DependencyConfig` struct.

* **src/cli/global/upgrade_all.rs**
  - Add `render_layers` field to `DependencyConfig` struct.
* **Add `render_layers` argument**:
  - Add `render_layers` field to `Args` struct in `src/cli/project/environment/add.rs`, `src/cli/project/environment/remove.rs`, `src/cli/project/platform/add.rs`, `src/cli/project/platform/remove.rs`, `src/cli/project/system_requirements/add.rs`, `src/cli/project/version/set.rs`, `src/cli/remove.rs`, `src/cli/run.rs`, `src/cli/search.rs`, `src/cli/self_update.rs`, `src/cli/shell.rs`, `src/cli/tree.rs`, `src/cli/update.rs`, `src/cli/upgrade.rs`, `src/cli/upload.rs`
  - Add logic to handle `render_layers` argument in the `execute` function in the same files

* **Add new file**:
  - Add `src/cli/project/system_requirements/remove.rs` with `render_layers` argument handling

* **Modify existing functions**:
  - Modify `execute` function in `src/cli/project/version/bump.rs` to accept `render_layers` argument
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.

1 participant