Skip to content

Commit

Permalink
Added CLI option --copy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed May 14, 2024
1 parent e296b06 commit f786ceb
Show file tree
Hide file tree
Showing 19 changed files with 271 additions and 20 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Boolean options:
-S, --no-source-maps Prevent source maps from being generated.
-M, --no-minify Disable minification of output CSS.
-R, --no-recursion Disable recursive file searching.
-c, --copy Copy compiled CSS to clipboard instead of writing to file if single source file is processed.
-q, --quiet Suppress all logging except errors.
Parameter options:
Expand Down
3 changes: 3 additions & 0 deletions node.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ Boolean options:
-S, --no-source-maps Prevent source maps from being generated.
-M, --no-minify Disable minification of output CSS.
-R, --no-recursion Disable recursive file searching.
-c, --copy Copy compiled CSS to clipboard instead of
writing to file if single source file is
processed.
-q, --quiet Suppress all logging except errors.
Parameter options:
Expand Down
3 changes: 3 additions & 0 deletions node.js/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ Boolean options:
-S, --no-source-maps Prevent source maps from being generated.
-M, --no-minify Disable minification of output CSS.
-R, --no-recursion Disable recursive file searching.
-c, --copy Copy compiled CSS to clipboard instead of
writing to file if single source file is
processed.
-q, --quiet Suppress all logging except errors.
Parameter options:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/bn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps উৎস মানচিত্র তৈরি হওয়া থেকে আটকান।
-M, --no-minify আউটপুট CSS-এর মিনফিকেশন অক্ষম করুন।
-R, --no-recursion পুনরাবৃত্ত ফাইল অনুসন্ধান অক্ষম করুন।
-c, --copy একক উৎস ফাইল প্রক্রিয়া করা হলে ফাইলে লেখার পরিবর্তে ক্লিপবোর্ডে কম্পাইল করা CSS কপি করুন।
-q, --quiet ত্রুটি ছাড়া সব লগিং দমন করুন।
পরামিতি বিকল্প:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Boolesche Optionen:
-S, --no-source-maps Verhindern Sie, dass Quellkarten generiert werden.
-M, --no-minify Deaktivieren Sie die Minimierung des Ausgabe-CSS.
-R, --no-recursion Deaktivieren Sie die rekursive Dateisuche.
-c, --copy Kopieren Sie kompiliertes CSS in die Zwischenablage, anstatt in eine Datei zu schreiben, wenn eine einzelne Quelldatei verarbeitet wird.
-q, --quiet Unterdrücken Sie alle Protokolle außer Fehlern.
Parameteroptionen:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Opciones booleanas:
-S, --no-source-maps Evitar que se generen mapas de origen.
-M, --no-minify Deshabilite la minificación del CSS de salida.
-R, --no-recursion Deshabilite la búsqueda recursiva de archivos.
-c, --copy Copie CSS compilado al portapapeles en lugar de escribir en un archivo si se procesa un único archivo fuente.
-q, --quiet Suprime todos los registros excepto los errores.
Opciones de parámetros:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Options booléennes:
-S, --no-source-maps Empêcher la génération de mappages sources.
-M, --no-minify Désactivez la minification du CSS de sortie.
-R, --no-recursion Désactivez la recherche récursive de fichiers.
-c, --copy Copiez le CSS compilé dans le presse-papiers au lieu d'écrire dans un fichier si un fichier source unique est traité.
-q, --quiet Supprime toute la journalisation, à l'exception des erreurs.
Options des paramètres:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/hi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps स्रोत मानचित्रों को उत्पन्न होने से रोकें।
-M, --no-minify आउटपुट CSS का लघुकरण अक्षम करें।
-R, --no-recursion पुनरावर्ती फ़ाइल खोज अक्षम करें।
-c, --copy यदि एकल स्रोत फ़ाइल संसाधित होती है तो फ़ाइल में लिखने के बजाय संकलित CSS को क्लिपबोर्ड पर कॉपी करें।
-q, --quiet त्रुटियों को छोड़कर सभी लॉगिंग को रोकें।
पैरामीटर विकल्प:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/it/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Opzioni booleane:
-S, --no-source-maps Impedisce la generazione delle mappe di origine.
-M, --no-minify Disabilita la minimizzazione dei CSS di output.
-R, --no-recursion Disabilita la ricerca ricorsiva dei file.
-c, --copy Copia il CSS compilato negli appunti invece di scrivere nel file se viene elaborato un singolo file sorgente.
-q, --quiet Elimina tutta la registrazione tranne gli errori.
Opzioni dei parametri:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps ソース マップが生成されないようにします。
-M, --no-minify 出力 CSS の縮小を無効にします。
-R, --no-recursion 再帰的なファイル検索を無効にします。
-c, --copy 単一のソース ファイルが処理される場合は、コンパイルされた CSS をファイルに書き込むのではなく、クリップボードにコピーします。
-q, --quiet エラーを除くすべてのログを抑制します。
パラメータオプション:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/mr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps स्रोत नकाशे तयार होण्यापासून प्रतिबंधित करा.
-M, --no-minify आउटपुट CSS चे मिनिफिकेशन अक्षम करा.
-R, --no-recursion आवर्ती फाइल शोध अक्षम करा.
-c, --copy एकल स्रोत फाइलवर प्रक्रिया केली असल्यास फाइलवर लिहिण्याऐवजी संकलित CSS क्लिपबोर्डवर कॉपी करा.
-q, --quiet त्रुटी वगळता सर्व लॉगिंग दाबा.
पॅरामीटर पर्याय:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/nl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Booleaanse opties:
-S, --no-source-maps Voorkom dat bronkaarten worden gegenereerd.
-M, --no-minify Schakel verkleining van uitvoer-CSS uit.
-R, --no-recursion Schakel recursief zoeken naar bestanden uit.
-c, --copy Kopieer gecompileerde CSS naar het klembord in plaats van naar een bestand te schrijven als er één bronbestand wordt verwerkt.
-q, --quiet Onderdruk alle logboekregistratie, behalve fouten.
Parameteropties:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/pa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps ਸਰੋਤ ਨਕਸ਼ੇ ਤਿਆਰ ਹੋਣ ਤੋਂ ਰੋਕੋ।
-M, --no-minify ਆਉਟਪੁੱਟ CSS ਦੀ ਮਿਨੀਫਿਕੇਸ਼ਨ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ।
-R, --no-recursion ਆਵਰਤੀ ਫਾਈਲ ਖੋਜ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਓ।
-c, --copy ਸੰਕਲਿਤ CSS ਨੂੰ ਕਲਿੱਪਬੋਰਡ ਵਿੱਚ ਕਾਪੀ ਕਰੋ ਜੇਕਰ ਸਿੰਗਲ ਸਰੋਤ ਫਾਈਲ ਦੀ ਪ੍ਰਕਿਰਿਆ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ਤਾਂ ਫਾਈਲ ਵਿੱਚ ਲਿਖਣ ਦੀ ਬਜਾਏ।
-q, --quiet ਗਲਤੀਆਂ ਨੂੰ ਛੱਡ ਕੇ ਸਾਰੇ ਲੌਗਿੰਗ ਨੂੰ ਦਬਾਓ।
ਪੈਰਾਮੀਟਰ ਵਿਕਲਪ:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/pt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Opções booleanas:
-S, --no-source-maps Impedir que mapas de origem sejam gerados.
-M, --no-minify Desative a minificação do CSS de saída.
-R, --no-recursion Desative a pesquisa recursiva de arquivos.
-c, --copy Copie o CSS compilado para a área de transferência em vez de gravar no arquivo se um único arquivo de origem for processado.
-q, --quiet Suprima todos os registros, exceto erros.
Opções de parâmetros:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps 防止生成源映射。
-M, --no-minify 禁用输出 CSS 的缩小。
-R, --no-recursion 禁用递归文件搜索。
-c, --copy 如果处理单个源文件,则将编译后的 CSS 复制到剪贴板,而不是写入文件。
-q, --quiet 禁止除错误之外的所有日志记录。
参数选项:
Expand Down
1 change: 1 addition & 0 deletions node.js/docs/zh-tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ $ scss-to-css input_folder output_folder
-S, --no-source-maps 防止產生來源映射。
-M, --no-minify 禁用輸出 CSS 的縮小。
-R, --no-recursion 停用遞歸檔案搜尋。
-c, --copy 如果處理單一原始文件,則將編譯後的 CSS 複製到剪貼簿,而不是寫入檔案。
-q, --quiet 禁止錯誤以外的所有日誌記錄。
參數選項:
Expand Down

0 comments on commit f786ceb

Please sign in to comment.