mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 13:47:15 +08:00
docs: add Japanese documents
This commit is contained in:
23
docs/ja/tools/ls.mdx
Normal file
23
docs/ja/tools/ls.mdx
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: ls - ディレクトリ一覧
|
||||
description: ディレクトリの内容を一覧表示
|
||||
---
|
||||
|
||||
ディレクトリの内容をアルファベット順にソートして一覧表示します。ディレクトリには `/` が付与され、隠しファイルも含まれます。
|
||||
|
||||
## 依存関係
|
||||
|
||||
追加の依存関係は不要で、デフォルトで利用可能です。
|
||||
|
||||
## パラメータ
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --- | --- | --- | --- |
|
||||
| `path` | string | はい | ディレクトリパス。相対パスはワークスペースディレクトリを基準とします |
|
||||
| `limit` | integer | いいえ | 返すエントリの最大数、デフォルト500 |
|
||||
|
||||
## ユースケース
|
||||
|
||||
- プロジェクト構造の閲覧
|
||||
- 特定ファイルの検索
|
||||
- ディレクトリの存在確認
|
||||
Reference in New Issue
Block a user