crashappsec / crashappsec/chalk

unload single component

Open
#122 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Nim
Stars
436
Forks
25
PR merge metrics
No merged PRs in 30d

Description

## Description

if we have loaded multiple components, it would be nice to be able to unload a single component without resetting everything back to default and reloading just the ones we want

## Result

chalk configs loaded:
```
using aaa
using bbb
using ccc
```
to unload, something like `chalk unload ccc` and then the loaded configs would be like:
```
using aaa
using bbb
```

## Dependencies

none

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the existing CLI handling for loading multiple components and how the current reset-and-reload behavior is implemented. Verify how a command such as `chalk unload ccc` should update the loaded configuration state, and consider the work done when `aaa` and `bbb` remain loaded while `ccc` is removed.

Written by the indexing model from the issue text.

Assessment

Tech stack
nim
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.