Skip to content

Update plugin list docs: replace is_running with status field#2179

Merged
fdncred merged 1 commit into
nushell:mainfrom
guluo2016:doc
Jun 8, 2026
Merged

Update plugin list docs: replace is_running with status field#2179
fdncred merged 1 commit into
nushell:mainfrom
guluo2016:doc

Conversation

@guluo2016

Copy link
Copy Markdown
Contributor

The output format of plugin list has changed in PR nushell/nushell#14085.
It now uses the status field instead of the is_running field.

So, we should update the corresponding documentation accordingly to avoid confusing users who refer to it.

Comment thread ko/book/plugins.md
플러그인은 사용 중인 동안 계속 실행되며, 비활성 상태가 일정 기간 지속되면 기본적으로 자동으로 중지됩니다. 이 동작은 [플러그인 가비지 수집기](#plugin-garbage-collector)에 의해 관리됩니다. 플러그인을 수동으로 중지하려면 해당 이름으로 `plugin stop`을 호출하십시오.

예를 들어, 해당 플러그인에서 `gstat` 명령을 실행한 다음 `is_running` 상태를 확인하십시오.
예를 들어, 해당 플러그인에서 `query` 명령을 실행한 다음 `status` 상태를 확인하십시오.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I updated this document with the help of the AI translation tool because I don't know Korean.
I checked it again after the update and couldn't find any issues.

@fdncred fdncred merged commit 1f76189 into nushell:main Jun 8, 2026
2 checks passed
@fdncred

fdncred commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Thanks

@guluo2016 guluo2016 deleted the doc branch June 9, 2026 08:14
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