Forrest logo
back to context overview

nokogiri

List of commands for nokogiri:

  • nokogiri:tldr:0b1a2 nokogiri: Load a specific initialization file before parsing.
    $ nokogiri ${select} -C ${path-to-config_file}
    try on your machine
    explain this command
  • nokogiri:tldr:0dfca nokogiri: Validate using a RELAX NG file.
    $ nokogiri ${select} --rng ${select}
    try on your machine
    explain this command
  • nokogiri:tldr:1dea1 nokogiri: Parse as a specific type.
    $ nokogiri ${select} --type ${select1}
    try on your machine
    explain this command
  • nokogiri:tldr:7544d nokogiri: Parse using a specific encoding.
    $ nokogiri ${select} --encoding ${encoding}
    try on your machine
    explain this command
  • nokogiri:tldr:87a1d nokogiri: Parse the contents of a URL or file.
    $ nokogiri ${select}
    try on your machine
    explain this command
back to context overview